@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

*:focus{   
	border:none;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../font/zzgc.OTF') format('woff');
    font-weight: normal;
    font-style: normal;
}







/* 导航栏 */
.header_nav{height:100px; width:100%;  z-index: 9;  position: absolute; top:0; left:0; z-index:999; padding: 0px 9%; border-bottom: 1px solid rgba(255,255,255,0.5) }
.h_logo{width:22%; height:100px; float: left;display: flex; align-items: center; }
.h_logo img{max-width:100%; height: auto; display: block; align-items: center;  float: left }
.h_logo dl{float: left; margin-left: 5%}
.h_logo dl dt{font-size: 26px; color: #fefefe; font-weight: bold; margin-bottom: 8px}
.h_logo dl dd{font-size: 14px; color: #fefefe; font-family: "Arial"}


.nav{width:56%; height:100%;float: left; margin-left:5% }
.nav .nLi{position:relative;float:left;display:inline;height:100px; line-height:88px;  width:12.5%; text-align: center; }
.nav .nLi h3{float:left;text-align:center;  font-weight: normal; width: 100%; height: 100%;}
.nav .nLi h3 p{height:100%; color:#fff; font-size:18px; display: table; margin: 0px auto;}
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#ffffff; text-align: center; }
.nav .sub{position:absolute;top:100px;left:50%; z-index:999;display:none;padding:0;width:140px;background:#fff;line-height:26px; margin-left: -70px;} 
.nav .sub li{height:33px;border-bottom:1px solid #eee;text-align:center;line-height:33px;zoom:1}
.nav .sub li p{float:left;margin:0;width:100%}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;font-size:14px}
.nav .nLi.active h3 p{font-weight: bold; border-bottom: 3px solid #fff}
.nav .nLi:hover h3 p{font-weight: bold; border-bottom: 3px solid #fff}
.sub li:hover a{color:#00549f;}
.header_ma{float:right; height: 100%}
.h_weixin,.h_sj{ height:44px;  width: 44px; margin-right:20px; float: left; position: relative; margin-top:22px; }
.h_weixin img,.h_sj img{width:100px; height: auto; position: absolute; top:60px; left:0; z-index: 999; display: none;}
.h_weixin{background: url(../images/h_wx.png) no-repeat center}
.h_sj{background: url(../images/h_sj.png) no-repeat center}
.h_sj:hover img{display: block}
.h_weixin:hover img{display: block} 
.h_dh{height:44px;  width: 44px;  float: left; position: relative; background: url(../images/h_dhs.png) no-repeat center; margin-top:22px; }
.h_dh p{padding:10px 30px; color:#fff; font-size: 20px; font-weight: bold; background: rgba(0,0,0,0.3); position: absolute; top:66px; right:0; display: none;}
.h_dh:hover p{display: block}




/* 首页:banner */
.banner{ width:100%; height:960px; position: relative; overflow: hidden; }
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:14px;  position:absolute;  bottom:124px; left:0; width:100%;}
.banner .slideBox .hd ul{overflow:hidden; zoom:1; margin:0px auto; display: table; width:auto}
.banner .slideBox .hd ul li{float:left; margin: 0px 10px; width:12px;height:12px;  cursor:pointer; border-radius:10px; opacity:0.5; background:#fff;}
.banner .slideBox .hd ul li.on{opacity:1}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:960px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }

.ban_shu{width:27px; height:61px;  position: absolute; bottom:20%; left:50%; margin-left: -12px; 
	animation:mymove 2s infinite;}
@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -10px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}






/*关于我们*/
.index_about{width:100%; height:auto; position: relative; z-index: 9; margin-top: -68px;}
.index_about_top{width:100%; height: auto; overflow: hidden; }
.about_top_left{width:50%; height: 220px; background: #004098; float: left; padding-top: 55px;}
.about_top_left dl{float: right; margin-right: 113px;}
.about_top_left dl dt{font-size: 60px; color: #fefefe; opacity: 0.2; font-family: "Arial"; font-weight: bold; position: relative}
.about_top_left dl dd{font-size: 36px; color: #fefefe; font-weight: bold;}
.about_top_left dl dt:after{content: ""; width: 170px; height: 1px; background:rgba(255,255,255,0.8); position: absolute; top:48%; left:-180px;}
.about_top_right{width:50%; height: 152px; background: #004098; float: left; margin-top: 68px;}
.about_top_right a{width:192px; height: 100%; float: left; border-right:1px solid rgba(255,255,255,0.2); text-align: center; padding-top: 27px;}
.about_top_right a i{width:100%; height: 67px; display: block}
.about_top_right a p{font-size: 20px; color: #fff; line-height: 35px; margin-top: 5px;}
.abi1{background: url(../images/ab1.png) no-repeat center}
.abi2{background: url(../images/ab2.png) no-repeat center}
.abi3{background: url(../images/ab3.png) no-repeat center}
.abi4{background: url(../images/ab4.png) no-repeat center}
.about_top_right a:hover{background:#fff}
.about_top_right a:hover p{color:#004098}
.about_top_right a:hover .abi1{background: url(../images/ab1_h.png) no-repeat center}
.about_top_right a:hover .abi2{background: url(../images/ab2_h.png) no-repeat center}
.about_top_right a:hover .abi3{background: url(../images/ab3_h.png) no-repeat center}
.about_top_right a:hover .abi4{background: url(../images/ab4_h.png) no-repeat center}
.index_about_bottom{width:100%; height:480px; background: url(../images/about_bjs.jpg) no-repeat center; position: relative}
.about_bottom_pic{width:30%; height: auto; float: right; margin-top: 132px;}
.about_bottom_pic img{width:100%; height: auto; display: block}
.about_bottom_xx{width:26.8%; height: auto; float: right; margin-right: 1%; margin-top: 62px;}
.about_bottom_xx h3{width:100%; height: 40px; line-height: 40px; color:#004098; font-size: 26px; font-weight: bold;}
.about_bottom_xx hr{width:90px; height: 1px; background: #004098; display: block; margin:30px 0;}
.ab_info{width:100%; height: auto; display: block; font-size: 16px; color: #666666; line-height: 30px;}

.ab_img{display: block; margin-top:38px;}






/*产品中心*/
.index_product{width:100%; height: auto; overflow: hidden;  margin-bottom:30px; position: relative; }
.index_product_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_product_title h3{font-size: 36px; color: #333333; font-weight: bold; margin-bottom: 15px;}
.index_product_title p{font-size: 14px; color: #666666;}
.index_pro_nav{width:auto; height:auto; margin-top: 30px;  overflow: hidden; display: table; margin: 0px auto; padding: 10px 0}
.index_pro_nav a{width:218px; height: 78px; float: left; margin: 0 15px; box-shadow: 0 0 10px rgba(0,0,0,0.2); text-align: center; line-height: 78px; font-size: 18px; color: #666666; padding-left:25px;}
.picScroll-left{ position:relative; margin-top:50px; }
.prev,.next{ display:block;  width:60px; height:60px;  overflow:hidden; cursor:pointer; position: absolute; top:50%; margin-top: -30px; }
.next{background: url(../images/pro_right.png) no-repeat center; right:-70px;}
.prev{background: url(../images/pro_left.png) no-repeat center; left:-70px;}
.picScroll-left .bd{ }
.picScroll-left .bd ul{ overflow:hidden; zoom:1;  }
.picScroll-left .bd ul li{ margin:0 9.7px; float:left; _display:inline;  width: 280px; padding: 10px 0  }
.picScroll-left .bd ul li a{box-shadow: 0 0 8px rgba(0,0,0,0.2); width:100%; height:100%; display:block}
.index_pro_pic{width:100%; height: auto; overflow: hidden}
.index_pro_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_pro_xx{width:100%; height: 60px; background: #fff; padding: 0px 10px; line-height: 60px; border-top:1px solid #eee}
.index_pro_xx h4{width:60%; height: 100%; float: left; font-size: 14px; color: #666666; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_pro_xx i{width:28px; height: 100%; float: right; background: url(../images/h_jts.png) no-repeat center}
.pro_more{width:182px; height: 50px; background: #004098;  display: block; margin:46px auto; text-align: center;  line-height: 50px; font-size: 16px; color: #fff; }
.pro_more img{margin-left: 15px; display: inline-flex}
.index_pro_nav a:hover{color:#004098}
.picScroll-left .bd ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.picScroll-left .bd ul li:hover h4{color:#004098}



/*为什么*/
.index_why{width:100%; height: 655px; overflow: hidden; background: url(../images/why_bjs.jpg) no-repeat center; padding-top: 78px;}
.index_why_left{width:360px; height: auto; float: left}
.index_why_left h4{font-size: 28px; color: #fff; font-weight:bold; margin-bottom: 10px;}
.index_why_left h3{font-size: 28px; color: #004098; font-weight:bold; margin-bottom: 44px; height: 50px}
.index_why_left p{font-size: 16px; color: #666666; line-height: 28px; margin-bottom: 40px;}
.why_dianhua{width:280px; height: 52px; background: #004098 url(../images/b_dhs.png) no-repeat 25px center; text-align: center; line-height: 52px; font-size: 28px; color: #ffffff; font-weight: bold; font-family: "Arial"; padding-left: 30px; margin-top:70px;}
.index_why_right{width:800px; height: auto; float: right}
.index_why_right li{width:383px; height: 231px; float: left; position: relative;  margin-bottom: 33px;  }
.index_why_right li:nth-child(2n){float: right;}
.index_why_right li p{width:100%; height: auto; overflow: hidden; line-height: 24px; font-size: 14px; color: #fff; }
.why_left_t{width:100%; height:60px; line-height: 60px; margin-bottom: 15px;}
.why_left_t img{width:60px; height: 60px; float: left}
.why_left_t h3{font-size: 22px; color: #fff; font-weight: bold; margin-left: 30px; float: left}
.index_why_right li:after{content: ""; width: 100%; height: 100%; position: absolute; top:0; left:0; background: #fff; transition: .3s all ease-in-out;opacity: 0; transition: .3s all ease-in-out}
.index_why_right li:hover:after{opacity: 1; transform: translate(10px,10px)} 
.why_right_xx{width:100%; height: 100%; background:rgba(0,0,0,0.5); padding: 40px 30px; position: relative; z-index: 9}
.index_why_right li:hover .why_right_xx{background: #004098}
.index_why_right li:hover h3,.index_why_right li:hover p{color:#fff}




/*服务*/
.index_service{width:100%; height: 779px; overflow: hidden; background: url(../images/service_bjs.jpg) no-repeat center; padding-top: 78px;}
.index_service_title{width:100%; height: auto; overflow: hidden; text-align: center; margin-bottom: 35px;}
.index_service_title h4{font-size: 60px; color:#333333; opacity: 0.2; font-weight: bold; }
.index_service_title h3{font-size: 36px; color:#004098; font-weight: bold; margin-bottom: 15px}
.index_service_title p{font-size: 16px; color:#666666;}
.index_service_img{width:583px; height: 425px; float: left; position: relative}
.index_service_img .s1{width:529px; height: 367px; float: right}
.index_service_img .s2{width:287px; height: 215px; position: absolute; left:0; bottom:0}
.index_service_info{width:582px; height: auto; float: right; padding-top: 28px;}
.index_service_info h4{font-size: 18px; color: #2257a5; font-family: "Arial"; position: relative; height: 45px; line-height: 40px; margin-bottom: 20px;}
.index_service_info h4:after{content:""; width: 380px; height: 2px; background: #f5f5f5; position: absolute; bottom:0; left:-256px;}
.index_service_info h3{font-size: 22px; color: #333333; font-weight: bold;}
.index_service_info p{width:100%; height: auto; overflow: hidden; line-height: 30px; font-size: 16px; color: #666666; margin-top: 30px;}
.index_service_info a{width:182px; height: 50px; background: #fff; border: 1px solid #999999; display: block; text-align: center;  line-height: 50px; font-size: 16px;
	color: #2257a5; margin-top: 46px; }
.index_service_info img{margin-left: 15px; display: inline-flex}





/*荣誉资质*/
.index_honor{width:100%; height:705px; overflow: hidden; background: url(../images/honor_bjs.jpg) no-repeat center; padding-top: 74px;}
.index_honor_tile{width:100%; height: auto; overflow: hidden; text-align: center}
.index_honor_tile h4{font-size: 60px; color:#fff; opacity: 0.2; font-weight: bold; }
.index_honor_tile h3{font-size: 36px; color:#fff; font-weight: bold; margin-bottom: 15px}
.index_honor_tile p{font-size: 16px; color:#fff;}
.picMarquee-left{ overflow:hidden; position:relative; margin-top: 40px; }
.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 16px; float:left; _display:inline; overflow:hidden; text-align:center; width: 203px; height: 280px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2)  }
.picMarquee-left .bd ul li a{width:100%; height: auto; display: block}
.picMarquee-left .bd ul li img{width:100%; height: auto; display: block}
.honor_more{width:182px; height: 50px; background: #fff; border: 1px solid #999999; display: block; margin:46px auto; text-align: center;  line-height: 50px; font-size: 16px; color: #2257a5; }
.honor_more img{margin-left: 15px; display: inline-flex}




/*新闻*/
.index_news{width:100%; height:auto; overflow: hidden;  background: #f0f0f0; padding-top: 50px; padding-bottom: 60px; }
.index_news_top{width:100%; height:auto; overflow:hidden; margin-bottom: 44px;}
.index_news_top dl{float: left}
.index_news_top dl dt{font-size: 40px; color: #333333; font-family:"Arial"; font-weight: bold;  opacity: 0.2}
.index_news_top dl dd{font-size: 36px; color: #004098; font-weight: bold;}
.index_news_nav{float:right; margin-top: 20px;}
.index_news_nav a{width:130px; height:50px; line-height:50px; float:left; margin-left:10px; text-align:center; font-size:18px; color:#666666; background: #d2d2d2}
.index_news_nav a:hover{background:#2257a5; color:#fff;}
.index_news_right{width:580px; height: auto; float: left}
.index_news_right ul{width:100%; height: auto; overflow: hidden}
.index_news_right ul li{width:100%; height: 88px; background: #ffffff; padding:15px 15px  15px 10px; margin-bottom: 19px;}
.in_news_time{width:84px; height: 100%; float: left; border-right:1px solid #ebebeb; text-align: center}
.in_news_time p{font-size: 18px; color: #999999; font-weight: bold; font-family: "Arial";opacity: 0.6; line-height: 30px;}
.in_news_time span{font-size: 18px; color: #999999; font-weight: bold; font-family: "Arial"}
.in_news_info{width:445px; height: auto; float: right}
.in_news_info h3{font-size: 16px; color: #666666; width: 100%; height:30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.in_news_info p{font-size: 14px; color: #999999; width: 100%; height:30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;opacity: 0.7}
.index_news_left{width:580px; height: auto; overflow: hidden; float: right}
.in_news_pic{width:100%; height: auto; overflow: hidden}
.in_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.in_news_xx{width:100%; height: 88px; display: block; background: #fff; padding:15px 15px  15px 10px;}
.in_news_rxx{width:450px; height: auto; float: right;  }
.in_news_rxx h3{font-size: 16px; color: #666666; width: 100%; height:30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.in_news_rxx p{font-size: 14px; color: #999999; width: 100%; height:30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;opacity: 0.7}
.index_news_right ul li:hover{background:#2257a5;}
.index_news_right ul li:hover h3,.index_news_right ul li:hover p,.index_news_right ul li:hover span{color:#fff}
.index_news_left:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}







/*底部*/
.footer{width:100%; height:auto; overflow: hidden;   position: relative; padding:70px 0 45px; background:#333333}
.footer dl{float: left; margin-right:25px; width: 105px}
.footer dl dt{font-size: 16px; color:#fff; line-height: 30px;}
.footer dl dd{width:100%; height: auto; overflow: hidden}
.footer dl dd a{color:#fff; font-size: 14px; opacity: 0.7; line-height: 30px; display: block}
.footer_right{float: left; margin-left:50px;}
.footer_right a{width:100%; height: auto; overflow: hidden; display: block; margin-bottom: 20px;}
.footer_right a img{float: left}
.footer_right a .f_rinfo{float: left; margin-left:20px;}
.footer_right a h3{font-size: 26px; color: #fefefe; font-weight: bold; line-height:30px; margin-bottom:8px;}
.footer_right a h4{font-size: 14px; color: #fefefe; font-family: "Arial"}
.footer_right p{line-height: 30px; width: 100%; color:#fff; font-size: 14px; padding-left: 25px;}
.f1{background: url(../images/f1.png) no-repeat left center}
.f2{background: url(../images/f2.png) no-repeat left center}
.f3{background: url(../images/f3.png) no-repeat left center}
.f4{background: url(../images/f4.png) no-repeat left center}
.footer_ma{float: right}
.f_weixin{width:48px; height: 48px; display: block; position: relative; background: url(../images/f_wx.png) no-repeat center}
.f_sj{width:48px; height: 48px; display: block; position: relative; background: url(../images/f_sj.png) no-repeat center; margin: 26px 0}
.f_dh{width:48px; height: 48px; display: block; position: relative; background: url(../images/f_dh.png) no-repeat center}
.footer_ma img{width:100px; height: 100px; position: absolute; top:0; left:-100px; display: none}
.f_weixin:hover img{display: block}
.f_sj:hover img{display: block}
.f_dh p{padding: 8px 20px; background: #fff; color: #000; font-size: 16px; position: absolute; top:10px; left:-160px; 
	font-weight: bold; display: none;}
.f_dh:hover p{display: block}
.copy{clear:both;width:100%;height:40px; line-height:38px;  position: relative; background: #333; border-top:1px solid rgba(255,255,255,0.2) }
.copy_l{float:left; font-size:14px; color:#fff; height: 100%; }
.copy_l a{color:#fff}
.copy_l a:hover{color:#0d357f!important}
.footer_zhichi{width:auto; height:100%; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:8px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:8px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}




/*友情链接*/
.footer_link{width:100%; height:auto; overflow: hidden;  position: relative; z-index: 9}
.footer_link p{font-size: 14px; color: #333333; float: left;line-height:50px; margin-right: 20px; margin-left: 20px;}
.footer_a a{font-size: 12px; color: #333; float: left; margin-right: 15px; }
.footer_a{width:700px; height: auto; float: left; overflow: hidden; line-height:30px; margin-top:10px;}
.footer_a a:hover{color:#004c9b}
.footer_link .container{background: #fff;}





/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#0f3981;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}





/*内页*/
.ny_banner{ width:100%;  position:relative;  height:400px;clear: left; }
.about_ban{background: url(../images/join_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center}
.product_ban2{background: url(../images/product_ban2.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.join_ban{background: url(../images/hr_ban.jpg) no-repeat center}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.kehu_ban{background: url(../images/join_ban.jpg) no-repeat center}
.feedbook_ban{background: url(../images/feedbook_ban.jpg) no-repeat center}


.ny_baninfo{width:1200px; height:144px; position: absolute; top:224px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 60px;}
.ny_baninfo .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top:9px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background: #004098; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao *{ color: #fff;}
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{font-size: 56px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{color:#004098}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #004098)) 0 0 no-repeat;
    -webkit-background-size: 125px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    height:50px;
    line-height:50px;
    font-weight:bold;
    display:block;
    position:absolute;
    left:0;
    top:0%; 
    -webkit-animation-name: shine;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}


/*销售服务*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{ color: #666}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}


.ny_tuijian{ padding-top: 20px;}
.slideTxtBox3 .hd ul{height: 42px; display: table; margin: 0 auto; margin-bottom: 20px;}
.slideTxtBox3 .hd ul li{ height: 42px; line-height: 48px; text-align: center;  width: 136px; margin-right: 2px;  float: left; margin-bottom:10px;}
.slideTxtBox3 .hd ul li a{ font-size: 16px; color: #333; display: block; background: #efefef;}
.slideTxtBox3 .hd ul li.on a{background: #004098; color: #fff;}
.slideTxtBox3 .bd{ overflow: hidden;}
.slideTxtBox3 .bd li{ width: 285px; margin-right: 20px; margin-bottom: 24px; float: left;}
.slideTxtBox3 .bd li:nth-child(4n){ margin-right: 0;}
.slideTxtBox3 .bd li .pic{ width: 100%; height: auto; overflow: hidden; border:1px solid #eee }
.slideTxtBox3 .bd li .pic img{width:100%; height:auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.slideTxtBox3 .bd li  p{ height: 54px; border-bottom: 1px  solid #eee; line-height: 54px; text-align: center;}
.slideTxtBox3 .bd li  p a{ font-size: 16px; color:#333}
.slideTxtBox3 .bd li  p span{ float:right; line-height: 54px; color: #999; font-size: 14px;}
.slideTxtBox3 .bd li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.slideTxtBox3 .bd li:hover a{color:#004098}
.fav1{ width: 100%;overflow: hidden;}
.fav1 li{ height: 42px; line-height: 42px; border-bottom: 1px dashed #dedede; float: left; width: 49.5%;}
.fav1 li:nth-child(2n){ float: right;}
.fav1 li a{ font-weight: normal;  font-size: 14px; color: #333;}
.fav1 li span{ float: right; font-size: 14px; color: #999; font-weight: normal;}
.fav1 li:hover a,.fav1 li:hover span{color:#004098}

.index_title_5{overflow: hidden; padding-top: 60px;}
.index_title_5 span{ display: block; text-align: center; font-family: "Impact"; font-size: 76px; color: rgba(34,34,34,0.07); text-transform: uppercase;}
.index_title_5 p{font-size: 36px; color: #222; line-height: 2;  margin-top: -70px; font-weight: bold; text-align: center;}
.index_title_5 em{ display: block; font-style: normal; width: 700px; margin: 0 auto; line-height: 24px; color: #666; text-align: center; font-size: 14px;}
.slideTxtBox3{ margin-top: 20px; margin-bottom: 30px;}




/*内部二级导航*/
.ny_nav{width:1300px; height:54px; margin: 0 auto; margin-top: 40px;}
.ny_nav ul{width:auto; overflow: hidden; display: table; margin: 0 auto;}
.ny_nav ul li{ height:54px; line-height:54px; float:left; text-align:center;position:relative; background: #eee; margin-right: 2px; position: relative; text-align: center;}
.ny_nav ul li a{display:block; color:#fff; font-size: 15px; color: #333;padding: 0 50px; text-align: center;}
.ny_nav ul li:hover,.ny_nav ul li.active{ background: #004098}
.ny_nav ul li:hover a,.ny_nav ul li.active a{ color: #fff;}
.ny_nav ul li.active::after{ content: "";position: absolute; height: 2px; width: 100%; background: #004098; bottom: 0; left: 0;}
.ny_pro_bt{width:100%; height:auto; overflow:hidden}
.ny_pro_bt ul{width:1200px; height: auto; overflow: hidden;  margin: 60px auto 0;}
.ny_pro_bt ul li{width:auto; float: left; background: url(../images/p_xx.png) no-repeat left center; padding-left: 50px; margin-right: 30px; line-height: 40px; 
    margin-bottom: 10px;}
.ny_pro_bt ul li a{font-size: 18px; color: #060507;}
.ny_pro_bt ul li:hover a{color:#004098}
.ny_pro_bt ul li:hover{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active a{color:#004098}




/*荣誉资质*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden;}
.ny_honor_all ul li{width:285px; height: auto; float: left; margin-right:20px; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden; border:1px solid #ddd;}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:1rem; color: #333; text-align: center;
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}
.ny_honor_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*内页左边导航*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:23%; height: auto; float: left; overflow: hidden;}
.ny_left_title{width:100%; height: 90px; background: #004098; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 16px 0 60px 16px; background: #f0f0f1}
.ny_left_nav .yiji li{width: 100%; height:auto;  padding-left:10px; margin-bottom:1px; background:url(../images/dian.png) no-repeat 8px 22px; }
.ny_left_nav ul li a{padding-left: 15px; font-size: 16px; color: #333333;display: block;  height:50px;line-height: 50px;position: relative;}
.ny_left_nav ul li .inactive{ background:url(../images/off.png) no-repeat 210px center;}
.ny_left_nav ul li .inactives{background:url(../images/on.png) no-repeat 210px center;} 
.ny_left_nav ul li ul{display: none;}
.ny_left_nav ul li ul li { width: 100%; height: 50px; line-height: 50px; background: none;}
.ny_left_nav ul li ul li ul{display: none;}
.ny_left_nav ul li ul li a{ padding-left:20px; font-size: 14px; color: #666666}
.ny_left_nav ul li ul li.active a{color:#004098; font-size: 14px; background: url(../images/r_jt.png) no-repeat 200px center; font-weight: bold;}
.ny_left_nav ul li.active a{color:#004098}
.ny_left_nav ul li:hover a.inactive{color:#004098}
.ny_left_nav ul li ul li:hover a{color:#004098}
.ny_left_nav ul li .inactives{color:#004098}
.ny_left_nav ul li ul li:hover a{color:#004098}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_left_nav ul li ul li:hover{background: url(../images/r_jt.png) no-repeat 210px center}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}

.ny_right{width:75%; height: auto; float: right; padding-top:10px;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #484848; font-weight: bold; background: url(../images/hs.png) no-repeat left center; padding-left: 20px;}
.ny_about_info{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #666666; line-height: 30px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}



/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:32.2%; float: left; height: auto; margin-bottom: 20px; margin-right: 15px;}
.ny_product ul li .products_pic{height:207px; overflow: hidden;width:100%; border:1px solid #eee; display: flex; align-items: center;}
.ny_product ul li .products_pic img{width:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s; align-items: center; margin: 0px auto;}
.ny_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #666}
.ny_product ul li:nth-child(3n){float: right; margin-right: 0;}
.ny_product ul li p{width:100%; height: 48px; line-height: 48px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; background: #f0f0f1;}
.ny_product ul li:hover p{background: #004098; color: #fff;}




/*产品*/
.ny_product_show{margin-bottom:50px;}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px; margin-top:20px;}
.ny_proshow_xx{margin-left:436px; height:100%; overflow:hidden; padding-top: 20px;}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden; border: 1px solid #eee;}
.proshow_xxk{color: #fff; font-size: 20px;font-weight: bold; border-left: 3px solid #287db9;width:100%; display:block; background: #323136;padding-left:20px; height:40px; line-height:40px;}
.proshow_xx{font-size:15px; color:#666; line-height:30px; min-height: 200px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #4cbcac; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.proshow_xx table{border-collapse: collapse;}
.ny_proshow_xx em{font-size: 14px; color: #8a8a8a; font-style: normal;}
.ny_proshow_xx .pro_text{padding: 15px; background: #f5f5f5; line-height: 24px; color: #666; text-align: justify; font-size: 14px; margin-top: 10px;}
.ny_pro_dh{width:100%; height:80px; margin-top: 20px;}
.ny_pro_ddh span{ font-size: 30px; color: #004098; font-family: "Impact"}
.ny_bd_xx{ padding: 0 20px;font-size: 15px; color: #454545;}

.ny_proshow_bottom .slideTxtBox .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.ny_proshow_bottom .slideTxtBox .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.ny_proshow_bottom .slideTxtBox .hd ul li::before{ height: 6px; width: 6px; background: #004098; position: absolute; left: 20px; top:24px; display: block; content: "";}

/*å†…é¡µæ–°é—»*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px 15px 25px;}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:88%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #004098}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height: 144px; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#004098}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*è”ç³»æˆ‘ä»¬*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 300px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}






@media screen and (max-width:1640px){
	.header_nav{ padding: 0px 6%;}
	.h_logo dl dt{font-size:24px;}
}

@media screen and (max-width:1440px){
	.h_logo dl dt{font-size:20px;}
	.header_nav{ padding: 0px 4%;}
	.nav{margin-left:2%; width:62%}
	.about_bottom_xx h3{font-size:22px;}
	.index_product{margin-top:40px;}
	
}


